home *** CD-ROM | disk | FTP | other *** search
- # both pixmaps should be the same colour...
- xtAppInitialize -class Program
-
- xmRowColumn .r managed -foreground pink -background yellow
-
- xmLabel .r.l1 managed -foreground green -background red \
- -labelType pixmap -labelPixmap xlogo32
-
- xmLabel .r.l2 managed -foreground green -background red
- .r.l2 setValues -labelType pixmap -labelPixmap xlogo32
-
- . realizeWidget
-
- . mainLoop
-